home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Internet software / NewsWatcher / NW Source / Help Stuff / balloons.r next >
Text File  |  1996-03-03  |  54KB  |  1,652 lines

  1. /*_____________________________________________________________________
  2.  
  3.     balloons.r    -  Balloon Help Resources for NewsWatcher
  4.     
  5.     This file is only used for the Help Manager resources proper ('hfdr',
  6.     'hmnu', 'hdlg', etc.). All the help strings are stored on the 
  7.     NewsWatcher.rsrc file and are maintained using ResEdit.
  8.  _____________________________________________________________________*/
  9.  
  10.  
  11. #include "Types.r"
  12. #include "SysTypes.r"
  13. #include "BalloonTypes.r"
  14.  
  15.  
  16.  
  17. /*----------------------------------------------------------------------------
  18.     Application icon help resource (used by the Finder).
  19. ----------------------------------------------------------------------------*/
  20.  
  21. resource 'hfdr' (-5696, "Application icon help", purgeable) {
  22.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  23.     {
  24.         HMStringResItem {130, 1},
  25.     },
  26. };
  27.  
  28.  
  29.  
  30. /*----------------------------------------------------------------------------
  31.     Main menu bar help resources.
  32.  
  33.     There are four sets of 'hmnu' resources for the main menus.
  34.     
  35.     Normal set: resource id = menu id.
  36.         
  37.     Startup bad set: resource id = 1000 + menu id.
  38.         Used when there is a problem starting up.
  39.     
  40.     Dialog set: resource id = 2000 + menu id.
  41.         Used when a dialog or alert is on the screen.
  42.         
  43.     Busy set: resource id = 3000 + menu id.
  44.         Used during long operations.
  45. ----------------------------------------------------------------------------*/
  46.  
  47. resource 'hmnu' (128, "Apple menu help", purgeable) {
  48.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  49.     HMSkipItem {},
  50.     {
  51.         HMStringResItem {                    /* Menu title */
  52.             0, 0, 0, 0, 0, 0, 0, 0 },
  53.         HMStringResItem {                    /* About NewsWatcher */
  54.             130, 2, 0, 0, 0, 0, 0, 0 },
  55.     },
  56. };
  57.  
  58. resource 'hmnu' (1128, "Apple menu help, startup bad", purgeable) {
  59.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  60.     HMSkipItem {},
  61.     {
  62.         HMStringResItem {                    /* Menu title */
  63.             0, 0, 0, 0, 0, 0, 0, 0 },
  64.         HMStringResItem {                    /* About NewsWatcher */
  65.             130, 2, 0, 0, 0, 0, 0, 0 },
  66.     },
  67. };
  68.  
  69. resource 'hmnu' (2128, "Apple menu help, dialog", purgeable) {
  70.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  71.     HMStringResItem {                        /* Missing items */
  72.         0, 0, 130, 19, 0, 0, 0, 0},
  73.     {
  74.         HMStringResItem {                    /* Menu title */
  75.             0, 0, 130, 18, 130, 18, 130, 19},
  76.     },
  77. };
  78.  
  79. resource 'hmnu' (3128, "Apple menu help, busy", purgeable) {
  80.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  81.     HMStringResItem {                        /* Missing items */
  82.         0, 0, 130, 129, 0, 0, 0, 0},
  83.     {
  84.         HMStringResItem {                    /* Menu title */
  85.             0, 0, 130, 128, 130, 18, 130, 19},
  86.     },
  87. };
  88.  
  89. resource 'hmnu' (129, "File menu help", purgeable) {
  90.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  91.     HMSkipItem {},
  92.     {
  93.         HMStringResItem {                    /* Menu title */
  94.             130, 3, 0, 0, 130, 18, 130, 19},
  95.         HMStringResItem {                    /* New Group Window */
  96.             130, 4, 0, 0, 0, 0, 0, 0},
  97.         HMStringResItem {                    /* Open */
  98.             130, 5, 0, 0, 0, 0, 0, 0},
  99.         HMStringResItem {                    /* Close */
  100.             130, 6, 130, 14, 0, 0, 0, 0},
  101.         HMSkipItem {},                        /* separator */
  102.         HMStringResItem {                    /* Save */
  103.             130, 7, 130, 15, 0, 0, 0, 0},
  104.         HMStringResItem {                    /* Save As */
  105.             130, 8, 130, 15, 0, 0, 0, 0},
  106.         HMStringResItem {                    /* Append */
  107.             130, 9, 130, 16, 0, 0, 0, 0},
  108.         HMSkipItem {},                        /* separator */
  109.         HMStringResItem {                    /* Page Setup */
  110.             130, 10, 0, 0, 0, 0, 0, 0},
  111.         HMStringResItem {                    /* Print */
  112.             130, 11, 130, 17, 0, 0, 0, 0},
  113.         HMSkipItem {},                        /* separator */
  114.         HMStringResItem {                    /* Peferences */
  115.             130, 12, 0, 0, 0, 0, 0, 0},
  116.         HMSkipItem {},                        /* separator */
  117.         HMStringResItem {                    /* Quit */
  118.             130, 13, 0, 0, 0, 0, 0, 0},
  119.     },
  120. };
  121.  
  122. resource 'hmnu' (1129, "File menu help, startup bad", purgeable) {
  123.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  124.     HMStringResItem {                        /* Missing items */
  125.         0, 0, 130, 20, 0, 0, 0, 0},
  126.     {
  127.         HMStringResItem {                    /* Menu title */
  128.             130, 3, 130, 21, 130, 18, 130, 19},
  129.         HMStringResItem {                    /* New Group Window */
  130.             130, 4, 0, 0, 0, 0, 0, 0},
  131.         HMStringResItem {                    /* Open */
  132.             130, 5, 0, 0, 0, 0, 0, 0},
  133.         HMStringResItem {                    /* Close */
  134.             130, 6, 130, 14, 0, 0, 0, 0},
  135.         HMSkipItem {},                        /* separator */
  136.         HMStringResItem {                    /* Save */
  137.             130, 7, 130, 15, 0, 0, 0, 0},
  138.         HMStringResItem {                    /* Save As */
  139.             130, 8, 130, 15, 0, 0, 0, 0},
  140.         HMStringResItem {                    /* Append */
  141.             130, 9, 130, 16, 0, 0, 0, 0},
  142.         HMSkipItem {},                        /* separator */
  143.         HMStringResItem {                    /* Page Setup */
  144.             130, 10, 0, 0, 0, 0, 0, 0},
  145.         HMStringResItem {                    /* Print */
  146.             130, 11, 130, 17, 0, 0, 0, 0},
  147.         HMSkipItem {},                        /* separator */
  148.         HMStringResItem {                    /* Peferences */
  149.             130, 12, 0, 0, 0, 0, 0, 0},
  150.         HMSkipItem {},                        /* separator */
  151.         HMStringResItem {                    /* Quit */
  152.             130, 13, 0, 0, 0, 0, 0, 0},
  153.     },
  154. };
  155.  
  156. resource 'hmnu' (2129, "File menu help, dialog", purgeable) {
  157.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  158.     HMStringResItem {                        /* Missing items */
  159.         0, 0, 130, 19, 0, 0, 0, 0},
  160.     {
  161.         HMStringResItem {                    /* Menu title */
  162.             130, 3, 130, 18, 130, 18, 130, 19},
  163.     },
  164. };
  165.  
  166. resource 'hmnu' (3129, "File menu help, busy", purgeable) {
  167.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  168.     HMStringResItem {                        /* Missing items */
  169.         0, 0, 130, 129, 0, 0, 0, 0},
  170.     {
  171.         HMStringResItem {                    /* Menu title */
  172.             0, 0, 130, 128, 130, 18, 130, 19},
  173.     },
  174. };
  175.  
  176. resource 'hmnu' (130, "Edit menu help", purgeable) {
  177.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  178.     HMSkipItem {},
  179.     {
  180.         HMStringResItem {                    /* Menu title */
  181.             130, 39, 130, 40, 130, 18, 130, 19},
  182.         HMStringResItem {                    /* Undo */
  183.             130, 22, 130, 41, 0, 0, 0, 0},
  184.         HMSkipItem {},                        /* separator */
  185.         HMStringResItem {                    /* Cut */
  186.             130, 23, 130, 42, 0, 0, 0, 0},
  187.         HMStringResItem {                    /* Copy */
  188.             130, 24, 130, 43, 0, 0, 0, 0},
  189.         HMStringResItem {                    /* Paste */
  190.             130, 25, 130, 44, 0, 0, 0, 0},
  191.         HMStringResItem {                    /* Paste as Quotation */
  192.             130, 26, 130, 45, 0, 0, 0, 0},
  193.         HMStringResItem {                    /* Clear */
  194.             130, 27, 130, 46, 0, 0, 0, 0},
  195.         HMStringResItem {                    /* Select All */
  196.             130, 28, 130, 47, 0, 0, 0, 0},
  197.         HMStringResItem {                    /* Deselect All */
  198.             130, 29, 130, 48, 0, 0, 0, 0},
  199.         HMSkipItem {},                        /* separator */
  200.         HMStringResItem {                    /* Find */
  201.             130, 30, 130, 49, 0, 0, 0, 0},
  202.         HMStringResItem {                    /* Find Again */
  203.             130, 31, 130, 50, 0, 0, 0, 0},
  204.         HMStringResItem {                    /* Enter Selection */
  205.             130, 32, 130, 51, 0, 0, 0, 0},
  206.         HMSkipItem {},                        /* separator */
  207.         HMCompareItem {                    /* Show Details */
  208.             "Show Details",
  209.             HMStringResItem {130, 33, 130, 52, 0, 0, 0, 0},
  210.         },
  211.         HMCompareItem {                    /* Hide Details */
  212.             "Hide Details",
  213.             HMStringResItem {130, 34, 130, 53, 0, 0, 0, 0},
  214.         },
  215.         HMStringResItem {                    /* Rot-13 */
  216.             130, 35, 130, 54, 0, 0, 0, 0},
  217.         HMStringResItem {                    /* Insert Spoiler Character */
  218.             130, 36, 130, 55, 0, 0, 0, 0},
  219.         HMSkipItem {},                        /* separator */
  220.         HMStringResItem {                    /* Wrap */
  221.             130, 37, 130, 56, 0, 0, 0, 0},
  222.         HMStringResItem {                    /* Unwrap */
  223.             130, 38, 130, 57, 0, 0, 0, 0},
  224.     },
  225. };
  226.  
  227. resource 'hmnu' (1130, "Edit menu help, startup bad", purgeable) {
  228.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  229.     HMSkipItem {},
  230.     {
  231.         HMStringResItem {                    /* Menu title */
  232.             130, 39, 130, 40, 130, 18, 130, 19},
  233.         HMStringResItem {                    /* Undo */
  234.             130, 22, 130, 41, 0, 0, 0, 0},
  235.         HMSkipItem {},                        /* separator */
  236.         HMStringResItem {                    /* Cut */
  237.             130, 23, 130, 42, 0, 0, 0, 0},
  238.         HMStringResItem {                    /* Copy */
  239.             130, 24, 130, 43, 0, 0, 0, 0},
  240.         HMStringResItem {                    /* Paste */
  241.             130, 25, 130, 44, 0, 0, 0, 0},
  242.         HMStringResItem {                    /* Paste as Quotation */
  243.             130, 26, 130, 45, 0, 0, 0, 0},
  244.         HMStringResItem {                    /* Clear */
  245.             130, 27, 130, 46, 0, 0, 0, 0},
  246.         HMStringResItem {                    /* Select All */
  247.             130, 28, 130, 47, 0, 0, 0, 0},
  248.         HMStringResItem {                    /* Deselect All */
  249.             130, 29, 130, 48, 0, 0, 0, 0},
  250.         HMSkipItem {},                        /* separator */
  251.         HMStringResItem {                    /* Find */
  252.             130, 30, 130, 49, 0, 0, 0, 0},
  253.         HMStringResItem {                    /* Find Again */
  254.             130, 31, 130, 50, 0, 0, 0, 0},
  255.         HMStringResItem {                    /* Enter Selection */
  256.             130, 32, 130, 51, 0, 0, 0, 0},
  257.         HMSkipItem {},                        /* separator */
  258.         HMCompareItem {                    /* Show Details */
  259.             "Show Details",
  260.             HMStringResItem {130, 33, 130, 52, 0, 0, 0, 0},
  261.         },
  262.         HMCompareItem {                    /* Hide Details */
  263.             "Hide Details",
  264.             HMStringResItem {130, 34, 130, 53, 0, 0, 0, 0},
  265.         },
  266.         HMStringResItem {                    /* Rot-13 */
  267.             130, 35, 130, 54, 0, 0, 0, 0},
  268.         HMStringResItem {                    /* Insert Spoiler Character */
  269.             130, 36, 130, 55, 0, 0, 0, 0},
  270.         HMSkipItem {},                        /* separator */
  271.         HMStringResItem {                    /* Wrap */
  272.             130, 37, 130, 56, 0, 0, 0, 0},
  273.         HMStringResItem {                    /* Unwrap */
  274.             130, 38, 130, 57, 0, 0, 0, 0},
  275.     },
  276. };
  277.  
  278. resource 'hmnu' (2130, "Edit menu help, dialog", purgeable) {
  279.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  280.     HMStringResItem {                        /* Missing items */
  281.         0, 0, 130, 19, 0, 0, 0, 0},
  282.     {
  283.         HMStringResItem {                    /* Menu title */
  284.             130, 58, 130, 18, 130, 18, 130, 19},
  285.         HMStringResItem {                    /* Undo */
  286.             130, 22, 130, 41, 0, 0, 0, 0},
  287.         HMSkipItem {},                        /* separator */
  288.         HMStringResItem {                    /* Cut */
  289.             130, 59, 130, 64, 0, 0, 0, 0},
  290.         HMStringResItem {                    /* Copy */
  291.             130, 60, 130, 65, 0, 0, 0, 0},
  292.         HMStringResItem {                    /* Paste */
  293.             130, 61, 130, 66, 0, 0, 0, 0},
  294.         HMStringResItem {                    /* Paste as Quotation */
  295.             0, 0, 130, 19, 0, 0, 0, 0},
  296.         HMStringResItem {                    /* Clear */
  297.             130, 62, 130, 64, 0, 0, 0, 0},
  298.         HMStringResItem {                    /* Select All */
  299.             130, 63, 130, 65, 0, 0, 0, 0},
  300.     },
  301. };
  302.  
  303. resource 'hmnu' (3130, "Edit menu help, busy", purgeable) {
  304.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  305.     HMStringResItem {                        /* Missing items */
  306.         0, 0, 130, 129, 0, 0, 0, 0},
  307.     {
  308.         HMStringResItem {                    /* Menu title */
  309.             130, 39, 130, 128, 130, 18, 130, 19},
  310.     },
  311. };
  312.  
  313. resource 'hmnu' (131, "News menu help", purgeable) {
  314.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  315.     HMSkipItem {},
  316.     {
  317.         HMStringResItem {                    /* Menu title */
  318.             130, 69, 130, 82, 130, 18, 130, 19},
  319.         HMStringResItem {                    /* Next Article */
  320.             130, 70, 130, 83, 0, 0, 0, 0},
  321.         HMStringResItem {                    /* Next Thread */
  322.             130, 71, 130, 84, 0, 0, 0, 0},
  323.         HMStringResItem {                    /* Next Group */
  324.             130, 72, 130, 85, 0, 0, 0, 0},
  325.         HMSkipItem {},                        /* separator */
  326.         HMStringResItem {                    /* Mark Read */
  327.             130, 73, 130, 86, 0, 0, 0, 0},
  328.         HMStringResItem {                    /* Mark Unread */
  329.             130, 74, 130, 87, 0, 0, 0, 0},
  330.         HMStringResItem {                    /* Mark Others Read */
  331.             130, 75, 130, 88, 0, 0, 0, 0},
  332.         HMSkipItem {},                        /* separator */
  333.         HMStringResItem {                    /* New Message */
  334.             130, 76, 0, 0, 0, 0, 0, 0},
  335.         HMStringResItem {                    /* Reply */
  336.             130, 77, 130, 89, 0, 0, 0, 0},
  337.         HMStringResItem {                    /* Forward */
  338.             130, 78, 130, 90, 0, 0, 0, 0},
  339.         HMStringResItem {                    /* Redirect */
  340.             130, 79, 130, 91, 0, 0, 0, 0},
  341.         HMStringResItem {                    /* Send Message */
  342.             130, 80, 130, 92, 0, 0, 0, 0},
  343.         HMSkipItem {},                        /* separator */
  344.         HMStringResItem {                    /* Check for New Articles */
  345.             130, 81, 130, 93, 0, 0, 0, 0},
  346.     },
  347. };
  348.  
  349. resource 'hmnu' (1131, "News menu help, startup bad", purgeable) {
  350.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  351.     HMStringResItem {                        /* Missing items */
  352.         0, 0, 130, 20, 0, 0, 0, 0},
  353.     {
  354.         HMStringResItem {                    /* Menu title */
  355.             130, 3, 130, 21, 130, 18, 130, 19},
  356.     },
  357. };
  358.  
  359. resource 'hmnu' (2131, "News menu help, dialog", purgeable) {
  360.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  361.     HMStringResItem {                        /* Missing items */
  362.         0, 0, 130, 19, 0, 0, 0, 0},
  363.     {
  364.         HMStringResItem {                    /* Menu title */
  365.             0, 0, 130, 18, 130, 18, 130, 19},
  366.     },
  367. };
  368.  
  369. resource 'hmnu' (3131, "News menu help, busy", purgeable) {
  370.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  371.     HMStringResItem {                        /* Missing items */
  372.         0, 0, 130, 129, 0, 0, 0, 0},
  373.     {
  374.         HMStringResItem {                    /* Menu title */
  375.             130, 69, 130, 128, 130, 18, 130, 19},
  376.     },
  377. };
  378.  
  379. resource 'hmnu' (132, "Special menu help", purgeable) {
  380.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  381.     HMSkipItem {},
  382.     {
  383.         HMStringResItem {                    /* Menu title */
  384.             130, 94, 130, 109, 130, 18, 130, 19},
  385.         HMStringResItem {                    /* Extract Binaries */
  386.             130, 95, 130, 110, 0, 0, 0, 0},
  387.         HMStringResItem {                    /* Extract Binaries Manually */
  388.             130, 96, 130, 111, 0, 0, 0, 0},
  389.         HMSkipItem {},                        /* separator */
  390.         HMStringResItem {                    /* Get Group List from Host */
  391.             130, 97, 0, 0, 0, 0, 0, 0},
  392.         HMStringResItem {                    /* Send Group List to Host */
  393.             130, 98, 130, 112, 0, 0, 0, 0},
  394.         HMSkipItem {},                        /* separator */
  395.         HMStringResItem {                    /* Open All References */
  396.             130, 99, 130, 113, 0, 0, 0, 0},
  397.         HMStringResItem {                    /* Search */
  398.             130, 100, 130, 114, 0, 0, 0, 0},
  399.         HMStringResItem {                    /* Get Server Info */
  400.             130, 101, 0, 0, 0, 0, 0, 0},
  401.         HMStringResItem {                    /* Cancel Article */
  402.             130, 102, 130, 115, 0, 0, 0, 0},
  403.         HMStringResItem {                    /* Open URL */
  404.             130, 103, 130, 116, 0, 0, 0, 0},
  405.         HMSkipItem {},                        /* separator */
  406.         HMStringResItem {                    /* Check for New Groups */
  407.             130, 104, 0, 0, 0, 0, 0, 0},
  408.         HMStringResItem {                    /* Check for Deleted Groups */
  409.             130, 105, 0, 0, 0, 0, 0, 0},
  410.         HMStringResItem {                    /* Rebuild Full Group List */
  411.             130, 106, 0, 0, 0, 0, 0, 0},
  412.         HMSkipItem {},                        /* separator */
  413.         HMStringResItem {                    /* Subscribe */
  414.             130, 107, 130, 117, 0, 0, 0, 0},
  415.         HMStringResItem {                    /* Unsubscribe */
  416.             130, 108, 130, 118, 0, 0, 0, 0},
  417.     },
  418. };
  419.  
  420. resource 'hmnu' (1132, "Special menu help, startup bad", purgeable) {
  421.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  422.     HMStringResItem {                        /* Missing items */
  423.         0, 0, 130, 20, 0, 0, 0, 0},
  424.     {
  425.         HMStringResItem {                    /* Menu title */
  426.             130, 3, 130, 21, 130, 18, 130, 19},
  427.     },
  428. };
  429.  
  430. resource 'hmnu' (2132, "Special menu help, dialog", purgeable) {
  431.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  432.     HMStringResItem {                        /* Missing items */
  433.         0, 0, 130, 19, 0, 0, 0, 0},
  434.     {
  435.         HMStringResItem {                    /* Menu title */
  436.             0, 0, 130, 18, 130, 18, 130, 19},
  437.     },
  438. };
  439.  
  440. resource 'hmnu' (3132, "Special menu help, busy", purgeable) {
  441.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  442.     HMStringResItem {                        /* Missing items */
  443.         0, 0, 130, 129, 0, 0, 0, 0},
  444.     {
  445.         HMStringResItem {                    /* Menu title */
  446.             130, 94, 130, 128, 130, 18, 130, 19},
  447.     },
  448. };
  449.  
  450. resource 'hmnu' (133, "Windows menu help", purgeable) {
  451.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  452.     HMStringResItem {                        /* Missing items */
  453.         130, 126, 130, 132, 130, 127, 0, 0},
  454.     {
  455.         HMStringResItem {                    /* Menu title */
  456.             130, 119, 0, 0, 130, 18, 130, 19},
  457.         HMStringResItem {                    /* Cycle Windows */
  458.             130, 120, 130, 124, 0, 0, 0, 0},
  459.         HMStringResItem {                    /* Zoom Windows */
  460.             130, 121, 130, 125, 0, 0, 0, 0},
  461.         HMSkipItem {},                        /* separator */
  462.         HMCompareItem {                    /* Show Full Group List */
  463.             "Show Full Group List",
  464.             HMStringResItem {130, 122, 0, 0, 0, 0, 0, 0},
  465.         },
  466.         HMCompareItem {                    /* Hide Full Group List */
  467.             "Hide Full Group List",
  468.             HMStringResItem {130, 123, 0, 0, 0, 0, 0, 0},
  469.         },
  470.         HMSkipItem {},                        /* separator */
  471.     },
  472. };
  473.  
  474. resource 'hmnu' (1133, "Windows menu help, startup bad", purgeable) {
  475.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  476.     HMStringResItem {                        /* Missing items */
  477.         130, 126, 0, 0, 130, 127, 0, 0},
  478.     {
  479.         HMStringResItem {                    /* Menu title */
  480.             130, 119, 130, 132, 130, 18, 130, 19},
  481.         HMStringResItem {                    /* Cycle Windows */
  482.             130, 120, 130, 124, 0, 0, 0, 0},
  483.         HMStringResItem {                    /* Zoom Windows */
  484.             130, 121, 130, 125, 0, 0, 0, 0},
  485.         HMSkipItem {},                        /* separator */
  486.         HMCompareItem {                    /* Show Full Group List */
  487.             "Show Full Group List",
  488.             HMStringResItem {130, 122, 130, 20, 0, 0, 0, 0},
  489.         },
  490.         HMCompareItem {                    /* Hide Full Group List */
  491.             "Hide Full Group List",
  492.             HMStringResItem {130, 123, 130, 20, 0, 0, 0, 0},
  493.         },
  494.         HMSkipItem {},                        /* separator */
  495.     },
  496. };
  497.  
  498. resource 'hmnu' (2133, "Windows menu help, dialog", purgeable) {
  499.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  500.     HMStringResItem {                        /* Missing items */
  501.         0, 0, 130, 19, 0, 0, 0, 0},
  502.     {
  503.         HMStringResItem {                    /* Menu title */
  504.             0, 0, 130, 18, 130, 18, 130, 19},
  505.     },
  506. };
  507.  
  508. resource 'hmnu' (3133, "Windows menu help, busy", purgeable) {
  509.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  510.     HMStringResItem {                        /* Missing items */
  511.         0, 0, 130, 129, 0, 0, 0, 0},
  512.     {
  513.         HMStringResItem {                    /* Menu title */
  514.             130, 119, 130, 128, 130, 18, 130, 19},
  515.     },
  516. };
  517.  
  518.  
  519. resource 'hmnu' (kHMHelpMenuID, "Help menu help", purgeable) {
  520.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  521.         HMStringResItem {                    /* Missing items */
  522.             130, 130, 130, 131, 0, 0, 0, 0 },
  523.     {
  524.         HMStringResItem {                    /* Menu title */
  525.             0, 0, 0, 0, 0, 0, 0, 0 },
  526.     },
  527. };
  528.  
  529.  
  530. /*----------------------------------------------------------------------------
  531.     A generic 'hdlg' resource for use with error message alerts.
  532.     
  533.     This resource provides a single help balloon for the "OK" button in
  534.     the alert.
  535. ----------------------------------------------------------------------------*/
  536.  
  537. resource 'hdlg' (128, "Generic error message alert help", purgeable) {
  538.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  539.     HMSkipItem {},                        /* Missing items */
  540.     {
  541.         HMStringResItem {                /* OK button */
  542.             {0, 0}, {0, 0, 0, 0}, 
  543.             131, 1, 0, 0, 0, 0, 0, 0},
  544.     },
  545. };
  546.  
  547. /*----------------------------------------------------------------------------
  548.     Remote host dialog.
  549. ----------------------------------------------------------------------------*/
  550.  
  551. resource 'hdlg' (129, "Remote Host", purgeable) {
  552.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  553.     HMSkipItem {},                        /* Missing items */
  554.     {
  555.         HMStringResItem {                /* OK button */
  556.             {0, 0}, {0, 0, 0, 0}, 
  557.             131, 2, 131, 3, 0, 0, 0, 0},
  558.         HMStringResItem {                /* Cancel button */
  559.             {0, 0}, {0, 0, 0, 0},
  560.             131, 4, 0, 0, 0, 0, 0, 0},
  561.         HMSkipItem{},                    
  562.         HMStringResItem {                /* host field */
  563.             {0, 0}, {0, 0, 0, 0},
  564.             131, 5, 131, 5, 0, 0, 0, 0},
  565.         HMSkipItem{},                    
  566.         HMStringResItem {                /* username field */
  567.             {0, 0}, {0, 0, 0, 0},
  568.             131, 6, 131, 6, 0, 0, 0, 0},
  569.         HMSkipItem{},                    
  570.         HMStringResItem {                /* password field */
  571.             {0, 0}, {0, 0, 0, 0},
  572.             131, 7, 131, 7, 0, 0, 0, 0},
  573.         HMSkipItem{},                    
  574.         HMStringResItem {                /* path field */
  575.             {0, 0}, {0, 0, 0, 0},
  576.             131, 8, 131, 8, 0, 0, 0, 0},
  577.         HMStringResItem {                /* auto get/put newsrc checkbox */
  578.             {6, 6}, {0, 0, 0, 0},
  579.             131, 10, 0, 0, 131, 9, 0, 0},
  580.         HMStringResItem {                /* save password checkbox */
  581.             {6, 6}, {0, 0, 0, 0},
  582.             131, 12, 0, 0, 131, 11, 0, 0},
  583.     },
  584. };
  585.  
  586. /*----------------------------------------------------------------------------
  587.     Server addresses dialog.
  588. ----------------------------------------------------------------------------*/
  589.  
  590. resource 'hdlg' (132, "Server addresses", purgeable) {
  591.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  592.     HMSkipItem {},                        /* Missing items */
  593.     {
  594.         HMStringResItem {                /* OK button */
  595.             {0, 0}, {0, 0, 0, 0}, 
  596.             131, 13, 131, 14, 0, 0, 0, 0},
  597.         HMStringResItem {                /* Cancel button */
  598.             {0, 0}, {0, 0, 0, 0},
  599.             131, 15, 0, 0, 0, 0, 0, 0},
  600.         HMSkipItem{},                    
  601.         HMSkipItem{},                    
  602.         HMSkipItem{},                    
  603.         HMStringResItem {                /* news field */
  604.             {0, 0}, {0, 0, 0, 0},
  605.             131, 16, 131, 16, 0, 0, 0, 0},
  606.         HMSkipItem{},                    
  607.         HMStringResItem {                /* mail field */
  608.             {0, 0}, {0, 0, 0, 0},
  609.             131, 17, 131, 17, 0, 0, 0, 0},
  610.     },
  611. };
  612.  
  613. /*----------------------------------------------------------------------------
  614.     Save changes alert.
  615. ----------------------------------------------------------------------------*/
  616.  
  617. resource 'hdlg' (133, "Save changes", purgeable) {
  618.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  619.     HMSkipItem {},                        /* Missing items */
  620.     {
  621.         HMStringResItem {                /* Save button */
  622.             {0, 0}, {0, 0, 0, 0}, 
  623.             131, 18, 0, 0, 0, 0, 0, 0},
  624.         HMStringResItem {                /* Cancel button */
  625.             {0, 0}, {0, 0, 0, 0}, 
  626.             131, 19, 0, 0, 0, 0, 0, 0},
  627.         HMStringResItem {                /* Dont' Save button */
  628.             {0, 0}, {0, 0, 0, 0}, 
  629.             131, 20, 0, 0, 0, 0, 0, 0},
  630.     },
  631. };
  632.  
  633. /*----------------------------------------------------------------------------
  634.     Send message or save changes alert.
  635. ----------------------------------------------------------------------------*/
  636.  
  637. resource 'hdlg' (134, "Send msg or save changes", purgeable) {
  638.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  639.     HMSkipItem {},                        /* Missing items */
  640.     {
  641.         HMStringResItem {                /* Send button */
  642.             {0, 0}, {0, 0, 0, 0}, 
  643.             131, 21, 0, 0, 0, 0, 0, 0},
  644.         HMStringResItem {                /* Save button */
  645.             {0, 0}, {0, 0, 0, 0}, 
  646.             131, 22, 0, 0, 0, 0, 0, 0},
  647.         HMStringResItem {                /* Cancel button */
  648.             {0, 0}, {0, 0, 0, 0}, 
  649.             131, 23, 0, 0, 0, 0, 0, 0},
  650.         HMStringResItem {                /* Dont' Save button */
  651.             {0, 0}, {0, 0, 0, 0}, 
  652.             131, 24, 0, 0, 0, 0, 0, 0},
  653.     },
  654. };
  655.  
  656. /*----------------------------------------------------------------------------
  657.     Post message confirmation alert.
  658. ----------------------------------------------------------------------------*/
  659.  
  660. resource 'hdlg' (135, "Post msg confirm", purgeable) {
  661.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  662.     HMSkipItem {},                        /* Missing items */
  663.     {
  664.         HMStringResItem {                /* OK button */
  665.             {0, 0}, {0, 0, 0, 0}, 
  666.             131, 25, 0, 0, 0, 0, 0, 0},
  667.         HMStringResItem {                /* Cancel button */
  668.             {0, 0}, {0, 0, 0, 0}, 
  669.             131, 26, 0, 0, 0, 0, 0, 0},
  670.     },
  671. };
  672.  
  673. /*----------------------------------------------------------------------------
  674.     Post authentication dialog.
  675. ----------------------------------------------------------------------------*/
  676.  
  677. resource 'hdlg' (136, "Post authentication", purgeable) {
  678.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  679.     HMSkipItem {},                        /* Missing items */
  680.     {
  681.         HMStringResItem {                /* OK button */
  682.             {0, 0}, {0, 0, 0, 0}, 
  683.             131, 27, 131, 28, 0, 0, 0, 0},
  684.         HMStringResItem {                /* Cancel button */
  685.             {0, 0}, {0, 0, 0, 0},
  686.             131, 29, 0, 0, 0, 0, 0, 0},
  687.         HMSkipItem{},                    
  688.         HMSkipItem{},                    
  689.         HMStringResItem {                /* username field */
  690.             {0, 0}, {0, 0, 0, 0},
  691.             131, 30, 131, 30, 0, 0, 0, 0},
  692.         HMSkipItem{},                    
  693.         HMStringResItem {                /* password field */
  694.             {0, 0}, {0, 0, 0, 0},
  695.             131, 31, 131, 31, 0, 0, 0, 0},
  696.     },
  697. };
  698.  
  699. /*----------------------------------------------------------------------------
  700.     Startup authentication dialog.
  701. ----------------------------------------------------------------------------*/
  702.  
  703. resource 'hdlg' (137, "Startup authentication", purgeable) {
  704.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  705.     HMSkipItem {},                        /* Missing items */
  706.     {
  707.         HMStringResItem {                /* OK button */
  708.             {0, 0}, {0, 0, 0, 0}, 
  709.             131, 32, 131, 33, 0, 0, 0, 0},
  710.         HMStringResItem {                /* Cancel button */
  711.             {0, 0}, {0, 0, 0, 0},
  712.             131, 34, 0, 0, 0, 0, 0, 0},
  713.         HMSkipItem{},                    
  714.         HMSkipItem{},                    
  715.         HMStringResItem {                /* username field */
  716.             {0, 0}, {0, 0, 0, 0},
  717.             131, 30, 131, 30, 0, 0, 0, 0},
  718.         HMSkipItem{},                    
  719.         HMStringResItem {                /* password field */
  720.             {0, 0}, {0, 0, 0, 0},
  721.             131, 31, 131, 31, 0, 0, 0, 0},
  722.     },
  723. };
  724.  
  725. /*----------------------------------------------------------------------------
  726.     Personal info dialog.
  727. ----------------------------------------------------------------------------*/
  728.  
  729. resource 'hdlg' (138, "Personal info", purgeable) {
  730.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  731.     HMSkipItem {},                        /* Missing items */
  732.     {
  733.         HMStringResItem {                /* OK button */
  734.             {0, 0}, {0, 0, 0, 0}, 
  735.             131, 35, 131, 36, 0, 0, 0, 0},
  736.         HMStringResItem {                /* Cancel button */
  737.             {0, 0}, {0, 0, 0, 0},
  738.             131, 37, 0, 0, 0, 0, 0, 0},
  739.         HMSkipItem{},                    
  740.         HMSkipItem{},                    
  741.         HMSkipItem{},                    
  742.         HMStringResItem {                /* full name field */
  743.             {0, 0}, {0, 0, 0, 0},
  744.             131, 38, 131, 38, 0, 0, 0, 0},
  745.         HMSkipItem{},                    
  746.         HMStringResItem {                /* organization field */
  747.             {0, 0}, {0, 0, 0, 0},
  748.             131, 39, 131, 39, 0, 0, 0, 0},
  749.         HMSkipItem{},                    
  750.         HMStringResItem {                /* email address field */
  751.             {0, 0}, {0, 0, 0, 0},
  752.             131, 40, 131, 40, 0, 0, 0, 0},
  753.     },
  754. };
  755.  
  756. /*----------------------------------------------------------------------------
  757.     Max arts to fetch dialog.
  758. ----------------------------------------------------------------------------*/
  759.  
  760. resource 'hdlg' (139, "Max arts to fetch", purgeable) {
  761.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  762.     HMSkipItem {},                        /* Missing items */
  763.     {
  764.         HMStringResItem {                /* OK button */
  765.             {0, 0}, {0, 0, 0, 0}, 
  766.             131, 41, 131, 42, 0, 0, 0, 0},
  767.         HMStringResItem {                /* Cancel button */
  768.             {0, 0}, {0, 0, 0, 0},
  769.             131, 43, 0, 0, 0, 0, 0, 0},
  770.         HMSkipItem{},                    
  771.         HMStringResItem {                /* max arts field */
  772.             {0, 0}, {0, 0, 0, 0},
  773.             131, 44, 131, 44, 0, 0, 0, 0},
  774.     },
  775. };
  776.  
  777. /*----------------------------------------------------------------------------
  778.     Search dialog.
  779. ----------------------------------------------------------------------------*/
  780.  
  781. resource 'hdlg' (140, "Search", purgeable) {
  782.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  783.     HMSkipItem {},                        /* Missing items */
  784.     {
  785.         HMStringResItem {                /* Search button */
  786.             {0, 0}, {0, 0, 0, 0}, 
  787.             131, 45, 131, 46, 0, 0, 0, 0},
  788.         HMStringResItem {                /* Cancel button */
  789.             {0, 0}, {0, 0, 0, 0},
  790.             131, 47, 0, 0, 0, 0, 0, 0},
  791.         HMStringResItem {                /* header field */
  792.             {0, 0}, {0, 0, 0, 0},
  793.             131, 48, 131, 48, 0, 0, 0, 0},
  794.         HMStringResItem {                /* search string field */
  795.             {0, 0}, {0, 0, 0, 0},
  796.             131, 49, 131, 49, 0, 0, 0, 0},
  797.         HMStringResItem {                /* header popup menu */
  798.             {0, 0}, {0, 0, 0, 0},
  799.             131, 50, 131, 50, 131, 50, 131, 50},
  800.     },
  801. };
  802.  
  803. /*----------------------------------------------------------------------------
  804.     Article already exists dialog.
  805. ----------------------------------------------------------------------------*/
  806.  
  807. resource 'hdlg' (144, "Art already exists", purgeable) {
  808.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  809.     HMSkipItem {},                        /* Missing items */
  810.     {
  811.         HMStringResItem {                /* Pick a New Name button */
  812.             {0, 0}, {0, 0, 0, 0}, 
  813.             131, 51, 0, 0, 0, 0, 0, 0},
  814.         HMStringResItem {                /* Cancel button */
  815.             {0, 0}, {0, 0, 0, 0},
  816.             131, 52, 0, 0, 0, 0, 0, 0},
  817.         HMStringResItem {                /* Replace button */
  818.             {0, 0}, {0, 0, 0, 0},
  819.             131, 53, 0, 0, 0, 0, 0, 0},
  820.         HMStringResItem {                /* Append button */
  821.             {0, 0}, {0, 0, 0, 0},
  822.             131, 54, 0, 0, 0, 0, 0, 0},
  823.     },
  824. };
  825.  
  826. /*----------------------------------------------------------------------------
  827.     Too many groups dialog.
  828. ----------------------------------------------------------------------------*/
  829.  
  830. resource 'hdlg' (145, "Too many groups", purgeable) {
  831.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  832.     HMSkipItem {},                        /* Missing items */
  833.     {
  834.         HMStringResItem {                /* OK button */
  835.             {0, 0}, {0, 0, 0, 0}, 
  836.             131, 55, 0, 0, 0, 0, 0, 0},
  837.         HMStringResItem {                /* Cancel button */
  838.             {0, 0}, {0, 0, 0, 0},
  839.             131, 56, 0, 0, 0, 0, 0, 0},
  840.     },
  841. };
  842.  
  843. /*----------------------------------------------------------------------------
  844.     Post cancel dialog.
  845. ----------------------------------------------------------------------------*/
  846.  
  847. resource 'hdlg' (147, "Post cancel", purgeable) {
  848.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  849.     HMSkipItem {},                        /* Missing items */
  850.     {
  851.         HMStringResItem {                /* OK button */
  852.             {0, 0}, {0, 0, 0, 0}, 
  853.             131, 57, 0, 0, 0, 0, 0, 0},
  854.         HMStringResItem {                /* Cancel Article button */
  855.             {0, 0}, {0, 0, 0, 0},
  856.             131, 58, 0, 0, 0, 0, 0, 0},
  857.     },
  858. };
  859.  
  860. /*----------------------------------------------------------------------------
  861.     Message file already exists dialog.
  862. ----------------------------------------------------------------------------*/
  863.  
  864. resource 'hdlg' (148, "Message file already exists", purgeable) {
  865.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  866.     HMSkipItem {},                        /* Missing items */
  867.     {
  868.         HMStringResItem {                /* Pick a New Name button */
  869.             {0, 0}, {0, 0, 0, 0}, 
  870.             131, 59, 0, 0, 0, 0, 0, 0},
  871.         HMStringResItem {                /* Cancel button */
  872.             {0, 0}, {0, 0, 0, 0},
  873.             131, 60, 0, 0, 0, 0, 0, 0},
  874.         HMStringResItem {                /* Replace button */
  875.             {0, 0}, {0, 0, 0, 0},
  876.             131, 53, 0, 0, 0, 0, 0, 0},
  877.     },
  878. };
  879.  
  880. /*----------------------------------------------------------------------------
  881.     Extract binaries manually dialog.
  882. ----------------------------------------------------------------------------*/
  883.  
  884. resource 'hdlg' (149, "Extract binaries manually", purgeable) {
  885.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  886.     HMSkipItem {},                        /* Missing items */
  887.     {
  888.         HMStringResItem {                /* Extract button */
  889.             {0, 0}, {0, 0, 0, 0}, 
  890.             131, 61, 0, 0, 0, 0, 0, 0},
  891.         HMStringResItem {                /* Cancel button */
  892.             {0, 0}, {0, 0, 0, 0},
  893.             131, 62, 0, 0, 0, 0, 0, 0},
  894.         HMSkipItem {},                    /* static text in user item */
  895.         HMStringResItem {                /* List */
  896.             {0, 0}, {0, 0, 0, 0},
  897.             131, 63, 131, 63, 131, 63, 131, 63},
  898.     },
  899. };
  900.  
  901. /*----------------------------------------------------------------------------
  902.     Must close windows before rebuild dialog.
  903. ----------------------------------------------------------------------------*/
  904.  
  905. resource 'hdlg' (150, "Must close windows before rebuild", purgeable) {
  906.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  907.     HMSkipItem {},                        /* Missing items */
  908.     {
  909.         HMStringResItem {                /* OK button */
  910.             {0, 0}, {0, 0, 0, 0}, 
  911.             131, 64, 0, 0, 0, 0, 0, 0},
  912.         HMStringResItem {                /* Cancel button */
  913.             {0, 0}, {0, 0, 0, 0},
  914.             131, 65, 0, 0, 0, 0, 0, 0},
  915.     },
  916. };
  917.  
  918. /*----------------------------------------------------------------------------
  919.     Duplicate groups dialog.
  920. ----------------------------------------------------------------------------*/
  921.  
  922. resource 'hdlg' (151, "Duplicate groups", purgeable) {
  923.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  924.     HMSkipItem {},                        /* Missing items */
  925.     {
  926.         HMStringResItem {                /* OK button */
  927.             {0, 0}, {0, 0, 0, 0}, 
  928.             131, 66, 0, 0, 0, 0, 0, 0},
  929.         HMStringResItem {                /* Cancel button */
  930.             {0, 0}, {0, 0, 0, 0},
  931.             131, 67, 0, 0, 0, 0, 0, 0},
  932.     },
  933. };
  934.  
  935. /*----------------------------------------------------------------------------
  936.     Error during quit dialog.
  937. ----------------------------------------------------------------------------*/
  938.  
  939. resource 'hdlg' (155, "Error during quit", purgeable) {
  940.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  941.     HMSkipItem {},                        /* Missing items */
  942.     {
  943.         HMStringResItem {                /* Quit button */
  944.             {0, 0}, {0, 0, 0, 0}, 
  945.             131, 68, 0, 0, 0, 0, 0, 0},
  946.         HMStringResItem {                /* Cancel button */
  947.             {0, 0}, {0, 0, 0, 0},
  948.             131, 69, 0, 0, 0, 0, 0, 0},
  949.     },
  950. };
  951.  
  952. /*----------------------------------------------------------------------------
  953.     Open prefs file dialog.
  954. ----------------------------------------------------------------------------*/
  955.  
  956. resource 'hdlg' (156, "Open prefs file", purgeable) {
  957.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  958.     HMSkipItem {},                        /* Missing items */
  959.     {
  960.         HMStringResItem {                /* Quit button */
  961.             {0, 0}, {0, 0, 0, 0}, 
  962.             131, 70, 0, 0, 0, 0, 0, 0},
  963.         HMStringResItem {                /* Cancel button */
  964.             {0, 0}, {0, 0, 0, 0},
  965.             131, 69, 0, 0, 0, 0, 0, 0},
  966.     },
  967. };
  968.  
  969. /*----------------------------------------------------------------------------
  970.     Find dialog.
  971. ----------------------------------------------------------------------------*/
  972.  
  973. resource 'hdlg' (157, "Find", purgeable) {
  974.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  975.     HMSkipItem {},                        /* Missing items */
  976.     {
  977.         HMStringResItem {                /* Find button */
  978.             {0, 0}, {0, 0, 0, 0}, 
  979.             131, 71, 131, 72, 0, 0, 0, 0},
  980.         HMStringResItem {                /* Cancel button */
  981.             {0, 0}, {0, 0, 0, 0},
  982.             131, 73, 0, 0, 0, 0, 0, 0},
  983.         HMSkipItem {},                    
  984.         HMStringResItem {                /* Search string field */
  985.             {0, 0}, {0, 0, 0, 0},
  986.             131, 74, 0, 0, 0, 0, 0, 0},
  987.         HMStringResItem {                /* Start at beginning checkbox */
  988.             {6, 6}, {0, 0, 0, 0},
  989.             131, 76, 0, 0, 131, 75, 0, 0},
  990.     },
  991. };
  992.  
  993. /*----------------------------------------------------------------------------
  994.     New user dialog.
  995. ----------------------------------------------------------------------------*/
  996.  
  997. resource 'hdlg' (158, "New user", purgeable) {
  998.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  999.     HMSkipItem {},                        /* Missing items */
  1000.     {
  1001.         HMStringResItem {                /* Private button */
  1002.             {0, 0}, {0, 0, 0, 0}, 
  1003.             131, 77, 0, 0, 0, 0, 0, 0},
  1004.         HMStringResItem {                /* Shared button */
  1005.             {0, 0}, {0, 0, 0, 0},
  1006.             131, 78, 0, 0, 0, 0, 0, 0},
  1007.         HMStringResItem {                /* Lab button */
  1008.             {0, 0}, {0, 0, 0, 0},
  1009.             131, 79, 0, 0, 0, 0, 0, 0},
  1010.         HMStringResItem {                /* Quit button */
  1011.             {0, 0}, {0, 0, 0, 0},
  1012.             131, 80, 0, 0, 0, 0, 0, 0},
  1013.     },
  1014. };
  1015.  
  1016. /*----------------------------------------------------------------------------
  1017.     Insert floppy dialog.
  1018. ----------------------------------------------------------------------------*/
  1019.  
  1020. resource 'hdlg' (159, "Insert floppy", purgeable) {
  1021.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1022.     HMSkipItem {},                        /* Missing items */
  1023.     {
  1024.         HMStringResItem {                /* Cancel button */
  1025.             {0, 0}, {0, 0, 0, 0},
  1026.             131, 81, 0, 0, 0, 0, 0, 0},
  1027.     },
  1028. };
  1029.  
  1030. /*----------------------------------------------------------------------------
  1031.     Erase floppy dialog.
  1032. ----------------------------------------------------------------------------*/
  1033.  
  1034. resource 'hdlg' (160, "Erase floppy", purgeable) {
  1035.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1036.     HMSkipItem {},                        /* Missing items */
  1037.     {
  1038.         HMStringResItem {                /* Erase button */
  1039.             {0, 0}, {0, 0, 0, 0},
  1040.             131, 82, 0, 0, 0, 0, 0, 0},
  1041.         HMStringResItem {                /* Cancel button */
  1042.             {0, 0}, {0, 0, 0, 0},
  1043.             131, 83, 0, 0, 0, 0, 0, 0},
  1044.     },
  1045. };
  1046.  
  1047. /*----------------------------------------------------------------------------
  1048.     Option click to open URL dialog.
  1049. ----------------------------------------------------------------------------*/
  1050.  
  1051. resource 'hdlg' (162, "Opt click to open URL", purgeable) {
  1052.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1053.     HMSkipItem {},                        /* Missing items */
  1054.     {
  1055.         HMStringResItem {                /* Open URL button */
  1056.             {0, 0}, {0, 0, 0, 0},
  1057.             131, 84, 0, 0, 0, 0, 0, 0},
  1058.         HMStringResItem {                /* Cancel button */
  1059.             {0, 0}, {0, 0, 0, 0},
  1060.             131, 85, 0, 0, 0, 0, 0, 0},
  1061.     },
  1062. };
  1063.  
  1064. /*----------------------------------------------------------------------------
  1065.     Retry news server connect dialog.
  1066. ----------------------------------------------------------------------------*/
  1067.  
  1068. resource 'hdlg' (166, "Retry news server connect", purgeable) {
  1069.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1070.     HMSkipItem {},                        /* Missing items */
  1071.     {
  1072.         HMStringResItem {                /* Try again button */
  1073.             {0, 0}, {0, 0, 0, 0},
  1074.             131, 86, 0, 0, 0, 0, 0, 0},
  1075.         HMStringResItem {                /* Cancel button */
  1076.             {0, 0}, {0, 0, 0, 0},
  1077.             131, 87, 0, 0, 0, 0, 0, 0},
  1078.         HMStringResItem {                /* Quit button */
  1079.             {0, 0}, {0, 0, 0, 0},
  1080.             131, 94, 0, 0, 0, 0, 0, 0},
  1081.     },
  1082. };
  1083.  
  1084. /*----------------------------------------------------------------------------
  1085.     Error message with quit button dialog.
  1086. ----------------------------------------------------------------------------*/
  1087.  
  1088. resource 'hdlg' (168, "Error msg with quit button", purgeable) {
  1089.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1090.     HMSkipItem {},                        /* Missing items */
  1091.     {
  1092.         HMStringResItem {                /* OK button */
  1093.             {0, 0}, {0, 0, 0, 0},
  1094.             131, 1, 0, 0, 0, 0, 0, 0},
  1095.         HMStringResItem {                /* Quit button */
  1096.             {0, 0}, {0, 0, 0, 0},
  1097.             131, 94, 0, 0, 0, 0, 0, 0},
  1098.     },
  1099. };
  1100.  
  1101. /*----------------------------------------------------------------------------
  1102.     Select directory dialog.
  1103.     
  1104.     This 'hdlg' resource only defines the help balloons for the two extra
  1105.     buttons added to the standard get file dialog. A help item of type
  1106.     HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
  1107. ----------------------------------------------------------------------------*/
  1108.  
  1109. resource 'hdlg' (200, "Select directory", purgeable) {
  1110.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1111.     HMSkipItem {},                        /* Missing items */
  1112.     {
  1113.         HMStringResItem {                /* Bottom select folder button */
  1114.             {0, 0}, {0, 0, 0, 0},
  1115.             131, 92, 131, 93, 0, 0, 0, 0},
  1116.         HMStringResItem {                /* Top select folder button */
  1117.             {0, 0}, {0, 0, 0, 0},
  1118.             131, 92, 0, 0, 0, 0, 0, 0},
  1119.     },
  1120. };
  1121.  
  1122. /*----------------------------------------------------------------------------
  1123.     Save article dialog.
  1124.     
  1125.     This 'hdlg' resource only defines the help balloons for the two extra
  1126.     checkboxes added to the standard save file dialog. A help item of type
  1127.     HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
  1128. ----------------------------------------------------------------------------*/
  1129.  
  1130. resource 'hdlg' (201, "Save article", purgeable) {
  1131.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1132.     HMSkipItem {},                        /* Missing items */
  1133.     {
  1134.         HMStringResItem {                /* Save encoded text checkbox */
  1135.             {6, 6}, {0, 0, 0, 0},
  1136.             131, 89, 0, 0, 131, 88, 0, 0},
  1137.         HMStringResItem {                /* Save threads to separate files checkbox */
  1138.             {6, 6}, {0, 0, 0, 0},
  1139.             131, 91, 0, 0, 131, 90, 0, 0},
  1140.     },
  1141. };
  1142.  
  1143. /*----------------------------------------------------------------------------
  1144.     Append article dialog.
  1145.     
  1146.     This 'hdlg' resource only defines the help balloons for the one extra
  1147.     checkbox added to the standard get file dialog. A help item of type
  1148.     HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
  1149. ----------------------------------------------------------------------------*/
  1150.  
  1151. resource 'hdlg' (202, "Append article", purgeable) {
  1152.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1153.     HMSkipItem {},                        /* Missing items */
  1154.     {
  1155.         HMStringResItem {                /* Save encoded text checkbox */
  1156.             {6, 6}, {0, 0, 0, 0},
  1157.             131, 89, 0, 0, 131, 88, 0, 0},
  1158.     },
  1159. };
  1160.  
  1161. /*----------------------------------------------------------------------------
  1162.     Preferences dialog.
  1163.     
  1164.     The 'hdlg' id=300 resource only defines the help balloons for items common
  1165.     to all prefs topics (the OK and Cancel buttons, the topic popup menu, and
  1166.     the up/down arrow control). 
  1167.     
  1168.     The 'hdlg' id=301,... resources define the additional balloons for each
  1169.     topic.
  1170. ----------------------------------------------------------------------------*/
  1171.  
  1172. resource 'hmnu' (160, "Prefs topic popup", purgeable) {
  1173.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  1174.     HMSkipItem {},
  1175.     {
  1176.         HMSkipItem {},                        /* Menu title */
  1177.         HMStringResItem {                    /* Newsreading Options */
  1178.             132, 23, 0, 0, 132, 23, 0, 0 },
  1179.         HMStringResItem {                    /* Server Addresses */
  1180.             132, 24, 0, 0, 132, 24, 0, 0 },
  1181.         HMStringResItem {                    /* Server Options */
  1182.             132, 25, 0, 0, 132, 25, 0, 0 },
  1183.         HMStringResItem {                    /* Personal Information */
  1184.             132, 26, 0, 0, 132, 26, 0, 0 },
  1185.         HMStringResItem {                    /* Signature */
  1186.             132, 27, 0, 0, 132, 27, 0, 0 },
  1187.         HMStringResItem {                    /* Message Options */
  1188.             132, 28, 0, 0, 132, 28, 0, 0 },
  1189.         HMStringResItem {                    /* Extra Header Lines */
  1190.             132, 29, 0, 0, 132, 29, 0, 0 },
  1191.         HMStringResItem {                    /* Remote Host Information */
  1192.             132, 30, 0, 0, 132, 30, 0, 0 },
  1193.         HMStringResItem {                    /* Screen Fonts */
  1194.             132, 31, 0, 0, 132, 31, 0, 0 },
  1195.         HMStringResItem {                    /* Printing Font */
  1196.             132, 32, 0, 0, 132, 32, 0, 0 },
  1197.         HMStringResItem {                    /* Saved User Group Lists */
  1198.             132, 33, 0, 0, 132, 33, 0, 0 },
  1199.         HMStringResItem {                    /* Saved Articles */
  1200.             132, 34, 0, 0, 132, 34, 0, 0 },
  1201.         HMStringResItem {                    /* Saved Messages */
  1202.             132, 35, 0, 0, 132, 35, 0, 0 },
  1203.         HMStringResItem {                    /* URL Helper Programs */
  1204.             132, 36, 0, 0, 132, 36, 0, 0 },
  1205.         HMStringResItem {                    /* Authentication */
  1206.             132, 37, 0, 0, 132, 37, 0, 0 },
  1207.         HMStringResItem {                    /* Extracting Binaries */
  1208.             132, 38, 0, 0, 132, 38, 0, 0 },
  1209.         HMStringResItem {                    /* Miscellaneous Options */
  1210.             132, 39, 0, 0, 132, 39, 0, 0 },
  1211.     },
  1212. };
  1213.  
  1214. resource 'hdlg' (300, "Prefs", purgeable) {
  1215.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1216.     HMSkipItem {},                        /* Missing items */
  1217.     {
  1218.         HMStringResItem {                /* OK button */
  1219.             {0, 0}, {0, 0, 0, 0},
  1220.             132, 1, 132, 2, 0, 0, 0, 0},
  1221.         HMStringResItem {                /* Cancel button */
  1222.             {0, 0}, {0, 0, 0, 0},
  1223.             132, 3, 0, 0, 0, 0, 0, 0},
  1224.         HMSkipItem {},                    /* gray line */
  1225.         HMSkipItem {},                    /* gray line */
  1226.         HMSkipItem {},                    /* gray line */
  1227.         HMSkipItem {},                    /* gray line */
  1228.         HMSkipItem {},                    /* gray line */
  1229.         HMStringResItem {                /* Topic poup menu */
  1230.             {0, 0}, {0, 0, 0, 0},
  1231.             132, 4, 132, 4, 132, 4, 132, 4},
  1232.         HMStringResItem {                /* Up/down triangles */
  1233.             {0, 0}, {0, 0, 0, 0},
  1234.             132, 5, 132, 5, 132, 5, 132, 5},
  1235.     },
  1236. };
  1237.  
  1238. resource 'hdlg' (301, "Prefs newsreading options", purgeable) {
  1239.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1240.     HMSkipItem {},                        /* Missing items */
  1241.     {
  1242.         HMStringResItem {                /* Show authors checkbox */
  1243.             {6, 6}, {0, 0, 0, 0},
  1244.             132, 7, 0, 0, 132, 6, 0, 0},
  1245.         HMStringResItem {                /* Show article headers checkbox */
  1246.             {6, 6}, {0, 0, 0, 0},
  1247.             132, 9, 0, 0, 132, 8, 0, 0},
  1248.         HMStringResItem {                /* Collapse threads checkbox */
  1249.             {6, 6}, {0, 0, 0, 0},
  1250.             132, 11, 0, 0, 132, 10, 0, 0},
  1251.         HMStringResItem {                /* Main keyboard shortcuts checkbox */
  1252.             {6, 6}, {0, 0, 0, 0},
  1253.             132, 13, 0, 0, 132, 12, 0, 0},
  1254.         HMStringResItem {                /* Keypad shortcuts checkbox */
  1255.             {6, 6}, {0, 0, 0, 0},
  1256.             132, 15, 0, 0, 132, 14, 0, 0},
  1257.         HMStringResItem {                /* Reuse article windows checkbox */
  1258.             {6, 6}, {0, 0, 0, 0},
  1259.             132, 17, 0, 0, 132, 16, 0, 0},
  1260.         HMStringResItem {                /* Return to subject window at end of thread checkbox */
  1261.             {6, 6}, {0, 0, 0, 0},
  1262.             132, 19, 0, 0, 132, 18, 0, 0},
  1263.         HMStringResItem {                /* Stop at end of subject list checkbox */
  1264.             {6, 6}, {0, 0, 0, 0},
  1265.             132, 21, 0, 0, 132, 20, 0, 0},
  1266.         HMStringResItem {                /* Beep at end of subject and group lists checkbox */
  1267.             {6, 6}, {0, 0, 0, 0},
  1268.             132, 141, 0, 0, 132, 140, 0, 0},
  1269.         HMSkipItem {},                    
  1270.         HMStringResItem {                /* max arts to fetch field */
  1271.             {0, 0}, {0, 0, 0, 0},
  1272.             132, 22, 132, 22, 0, 0, 0, 0},
  1273.     },
  1274. };
  1275.  
  1276. resource 'hdlg' (302, "Prefs server info", purgeable) {
  1277.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1278.     HMSkipItem {},                        /* Missing items */
  1279.     {
  1280.         HMSkipItem {},                    
  1281.         HMSkipItem {},                    
  1282.         HMStringResItem {                /* news field */
  1283.             {0, 0}, {0, 0, 0, 0},
  1284.             131, 16, 131, 16, 0, 0, 0, 0},
  1285.         HMSkipItem{},                    
  1286.         HMStringResItem {                /* mail field */
  1287.             {0, 0}, {0, 0, 0, 0},
  1288.             131, 17, 131, 17, 0, 0, 0, 0},
  1289.     },
  1290. };
  1291.  
  1292. resource 'hdlg' (303, "Prefs server options", purgeable) {
  1293.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1294.     HMSkipItem {},                        /* Missing items */
  1295.     {
  1296.         HMSkipItem {},                    
  1297.         HMStringResItem {                /* Use batched group commands checkbox */
  1298.             {6, 6}, {0, 0, 0, 0},
  1299.             132, 44, 0, 0, 132, 43, 0, 0},
  1300.         HMStringResItem {                /* Use XPAT command for searches checkbox */
  1301.             {6, 6}, {0, 0, 0, 0},
  1302.             132, 46, 0, 0, 132, 45, 0, 0},
  1303.         HMStringResItem {                /* Don't open new connection when checking for new articles checkbox */
  1304.             {6, 6}, {0, 0, 0, 0},
  1305.             132, 48, 0, 0, 132, 47, 0, 0},
  1306.         HMStringResItem {                /* Don't send MODE READER command checkbox */
  1307.             {6, 6}, {0, 0, 0, 0},
  1308.             132, 50, 0, 0, 132, 49, 0, 0},
  1309.     },
  1310. };
  1311.  
  1312. resource 'hdlg' (304, "Prefs personal info", purgeable) {
  1313.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1314.     HMSkipItem {},                        /* Missing items */
  1315.     {
  1316.         HMSkipItem{},                    
  1317.         HMSkipItem{},                    
  1318.         HMStringResItem {                /* full name field */
  1319.             {0, 0}, {0, 0, 0, 0},
  1320.             131, 38, 131, 38, 0, 0, 0, 0},
  1321.         HMSkipItem{},                    
  1322.         HMStringResItem {                /* organization field */
  1323.             {0, 0}, {0, 0, 0, 0},
  1324.             131, 39, 131, 39, 0, 0, 0, 0},
  1325.         HMSkipItem{},                    
  1326.         HMStringResItem {                /* email address field */
  1327.             {0, 0}, {0, 0, 0, 0},
  1328.             131, 40, 131, 40, 0, 0, 0, 0},
  1329.     },
  1330. };
  1331.  
  1332. resource 'hdlg' (305, "Prefs signature", purgeable) {
  1333.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1334.     HMSkipItem {},                        /* Missing items */
  1335.     {
  1336.         HMSkipItem{},                    
  1337.         HMStringResItem {                /* sig field */
  1338.             {0, 0}, {0, 0, 0, 0},
  1339.             132, 51, 132, 51, 0, 0, 0, 0},
  1340.         HMStringResItem {                /* Insert blank line before sig checkbox */
  1341.             {6, 6}, {0, 0, 0, 0},
  1342.             132, 53, 0, 0, 132, 52, 0, 0},
  1343.         HMStringResItem {                /* Insert "-- " separator line before sig checkbox */
  1344.             {6, 6}, {0, 0, 0, 0},
  1345.             132, 55, 0, 0, 132, 54, 0, 0},
  1346.     },
  1347. };
  1348.  
  1349. resource 'hdlg' (306, "Prefs message options", purgeable) {
  1350.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1351.     HMSkipItem {},                        /* Missing items */
  1352.     {
  1353.         HMStringResItem {                /* Reply via posting checkbox */
  1354.             {6, 6}, {0, 0, 0, 0},
  1355.             132, 57, 0, 0, 132, 56, 0, 0},
  1356.         HMStringResItem {                /* Reply via email checkbox */
  1357.             {6, 6}, {0, 0, 0, 0},
  1358.             132, 59, 0, 0, 132, 58, 0, 0},
  1359.         HMStringResItem {                /* Mail copies to self checkbox */
  1360.             {6, 6}, {0, 0, 0, 0},
  1361.             132, 61, 0, 0, 132, 60, 0, 0},
  1362.         HMStringResItem {                /* Show details checkbox */
  1363.             {6, 6}, {0, 0, 0, 0},
  1364.             132, 63, 0, 0, 132, 62, 0, 0},
  1365.         HMStringResItem {                /* Wrap messages checkbox */
  1366.             {6, 6}, {0, 0, 0, 0},
  1367.             132, 65, 0, 0, 132, 64, 0, 0},
  1368.         HMStringResItem {                /* Show labels under icons checkbox */
  1369.             {6, 6}, {0, 0, 0, 0},
  1370.             132, 67, 0, 0, 132, 66, 0, 0},
  1371.         HMStringResItem {                /* Body tabbing checkbox */
  1372.             {6, 6}, {0, 0, 0, 0},
  1373.             132, 69, 0, 0, 132, 68, 0, 0},
  1374.         HMSkipItem{},                    
  1375.         HMStringResItem {                /* Tab stops field */
  1376.             {0, 0}, {0, 0, 0, 0},
  1377.             132, 70, 132, 70, 0, 0, 0, 0},
  1378.         HMSkipItem{},                    
  1379.         HMStringResItem {                /* Quote string field */
  1380.             {0, 0}, {0, 0, 0, 0},
  1381.             132, 71, 132, 71, 0, 0, 0, 0},
  1382.     },
  1383. };
  1384.  
  1385. resource 'hdlg' (307, "Prefs extra header lines", purgeable) {
  1386.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1387.     HMSkipItem {},                        /* Missing items */
  1388.     {
  1389.         HMSkipItem{},                    
  1390.         HMStringResItem {                /* Extra news header lines field */
  1391.             {0, 0}, {0, 0, 0, 0},
  1392.             132, 72, 132, 72, 0, 0, 0, 0},
  1393.         HMSkipItem{},                    
  1394.         HMStringResItem {                /* Extra mail header lines field */
  1395.             {0, 0}, {0, 0, 0, 0},
  1396.             132, 73, 132, 73, 0, 0, 0, 0},
  1397.     },
  1398. };
  1399.  
  1400. resource 'hdlg' (308, "Prefs remote host", purgeable) {
  1401.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1402.     HMSkipItem {},                        /* Missing items */
  1403.     {
  1404.         HMSkipItem{},                    
  1405.         HMSkipItem{},                    
  1406.         HMStringResItem {                /* host field */
  1407.             {0, 0}, {0, 0, 0, 0},
  1408.             131, 5, 131, 5, 0, 0, 0, 0},
  1409.         HMSkipItem{},                    
  1410.         HMStringResItem {                /* username field */
  1411.             {0, 0}, {0, 0, 0, 0},
  1412.             131, 6, 131, 6, 0, 0, 0, 0},
  1413.         HMSkipItem{},                    
  1414.         HMStringResItem {                /* password field */
  1415.             {0, 0}, {0, 0, 0, 0},
  1416.             131, 7, 131, 7, 0, 0, 0, 0},
  1417.         HMSkipItem{},                    
  1418.         HMStringResItem {                /* path field */
  1419.             {0, 0}, {0, 0, 0, 0},
  1420.             131, 8, 131, 8, 0, 0, 0, 0},
  1421.         HMStringResItem {                /* auto get/put newsrc checkbox */
  1422.             {6, 6}, {0, 0, 0, 0},
  1423.             131, 10, 0, 0, 131, 9, 0, 0},
  1424.         HMStringResItem {                /* save password checkbox */
  1425.             {6, 6}, {0, 0, 0, 0},
  1426.             131, 12, 0, 0, 131, 11, 0, 0},
  1427.     },
  1428. };
  1429.  
  1430. resource 'hdlg' (309, "Prefs screen fonts", purgeable) {
  1431.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1432.     HMSkipItem {},                        /* Missing items */
  1433.     {
  1434.         HMSkipItem{},                    
  1435.         HMStringResItem {                /* list font popup menu */
  1436.             {10, 100}, {0, 0, 0, 0},
  1437.             132, 74, 132, 74, 132, 74, 132, 74},
  1438.         HMSkipItem{},                    
  1439.         HMStringResItem {                /* list font size field */
  1440.             {0, 0}, {0, 0, 0, 0},
  1441.             132, 75, 132, 75, 0, 0, 0, 0},
  1442.         HMStringResItem {                /* list font size popup menu */
  1443.             {0, 0}, {0, 0, 0, 0},
  1444.             132, 76, 132, 76, 132, 76, 132, 76},
  1445.         HMSkipItem{},                    
  1446.         HMSkipItem{},                    
  1447.         HMSkipItem{},                    
  1448.         HMStringResItem {                /* text font popup menu */
  1449.             {10, 100}, {0, 0, 0, 0},
  1450.             132, 77, 132, 77, 132, 77, 132, 77},
  1451.         HMSkipItem{},                    
  1452.         HMStringResItem {                /* text font size field */
  1453.             {0, 0}, {0, 0, 0, 0},
  1454.             132, 78, 132, 78, 0, 0, 0, 0},
  1455.         HMStringResItem {                /* text font size popup menu */
  1456.             {0, 0}, {0, 0, 0, 0},
  1457.             132, 79, 132, 79, 132, 79, 132, 79},
  1458.     },
  1459. };
  1460.  
  1461. resource 'hdlg' (310, "Prefs printing font", purgeable) {
  1462.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1463.     HMSkipItem {},                        /* Missing items */
  1464.     {
  1465.         HMStringResItem {                /* printing font popup menu */
  1466.             {10, 100}, {0, 0, 0, 0},
  1467.             132, 80, 132, 80, 132, 80, 132, 80},
  1468.         HMSkipItem{},                    
  1469.         HMStringResItem {                /* printing font size field */
  1470.             {0, 0}, {0, 0, 0, 0},
  1471.             132, 81, 132, 81, 0, 0, 0, 0},
  1472.         HMStringResItem {                /* printing font size popup menu */
  1473.             {0, 0}, {0, 0, 0, 0},
  1474.             132, 82, 132, 82, 132, 82, 132, 82},
  1475.     },
  1476. };
  1477.  
  1478. resource 'hdlg' (311, "Prefs saved user group lists", purgeable) {
  1479.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1480.     HMSkipItem {},                        /* Missing items */
  1481.     {
  1482.         HMStringResItem {                /* Default folder for saving user group lists checkbox */
  1483.             {6, 6}, {0, 0, 0, 0},
  1484.             132, 84, 0, 0, 132, 83, 0, 0},
  1485.         HMSkipItem{},                    
  1486.         HMSkipItem{},                    
  1487.         HMStringResItem {                /* Set button */
  1488.             {0, 0}, {0, 0, 0, 0}, 
  1489.             132, 85, 132, 86, 0, 0, 0, 0},
  1490.         HMStringResItem {                /* Auto save on quit checkbox */
  1491.             {6, 6}, {0, 0, 0, 0},
  1492.             132, 88, 0, 0, 132, 87, 0, 0},
  1493.     },
  1494. };
  1495.  
  1496. resource 'hdlg' (312, "Prefs saved articles", purgeable) {
  1497.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1498.     HMSkipItem {},                        /* Missing items */
  1499.     {
  1500.         HMSkipItem{},                    
  1501.         HMSkipItem{},                    
  1502.         HMSkipItem{},                    
  1503.         HMStringResItem {                /* Set app to open saved articles button */
  1504.             {0, 0}, {0, 0, 0, 0}, 
  1505.             132, 89, 0, 0, 0, 0, 0, 0},
  1506.         HMStringResItem {                /* Default folder for saving articles checkbox */
  1507.             {6, 6}, {0, 0, 0, 0},
  1508.             132, 91, 0, 0, 132, 90, 0, 0},
  1509.         HMSkipItem{},                    
  1510.         HMSkipItem{},                    
  1511.         HMStringResItem {                /* Set default folder button */
  1512.             {0, 0}, {0, 0, 0, 0}, 
  1513.             132, 92, 132, 93, 0, 0, 0, 0},
  1514.         HMStringResItem {                /* Save threads to separate files checkbox */
  1515.             {6, 6}, {0, 0, 0, 0},
  1516.             132, 95, 0, 0, 132, 94, 0, 0},
  1517.         HMStringResItem {                /* Append if file already exists checkbox */
  1518.             {6, 6}, {0, 0, 0, 0},
  1519.             132, 97, 0, 0, 132, 96, 0, 0},
  1520.         HMStringResItem {                /* Save encoded text checkbox */
  1521.             {6, 6}, {0, 0, 0, 0},
  1522.             132, 99, 0, 0, 132, 98, 0, 0},
  1523.     },
  1524. };
  1525.  
  1526. resource 'hdlg' (313, "Prefs saved messages", purgeable) {
  1527.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1528.     HMSkipItem {},                        /* Missing items */
  1529.     {
  1530.         HMStringResItem {                /* Default folder for saving messages checkbox */
  1531.             {6, 6}, {0, 0, 0, 0},
  1532.             132, 101, 0, 0, 132, 100, 0, 0},
  1533.         HMSkipItem{},                    
  1534.         HMSkipItem{},                    
  1535.         HMStringResItem {                /* Set default folder button */
  1536.             {0, 0}, {0, 0, 0, 0}, 
  1537.             132, 102, 132, 103, 0, 0, 0, 0},
  1538.         HMStringResItem {                /* Delete messages after sending them checkbox */
  1539.             {6, 6}, {0, 0, 0, 0},
  1540.             132, 105, 0, 0, 132, 104, 0, 0},
  1541.     },
  1542. };
  1543.  
  1544. resource 'hdlg' (314, "Prefs URL helpers", purgeable) {
  1545.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1546.     HMSkipItem {},                        /* Missing items */
  1547.     {
  1548.         HMStringResItem {                /* List */
  1549.             {0, 0}, {0, 0, 0, 0},
  1550.             132, 106, 132, 106, 132, 106, 132, 106},
  1551.         HMStringResItem {                /* Change button */
  1552.             {0, 0}, {0, 0, 0, 0}, 
  1553.             132, 107, 132, 108, 0, 0, 0, 0},
  1554.         HMStringResItem {                /* Delete button */
  1555.             {0, 0}, {0, 0, 0, 0}, 
  1556.             132, 109, 132, 110, 0, 0, 0, 0},
  1557.         HMSkipItem{},                    
  1558.         HMStringResItem {                /* New scheme name field */
  1559.             {0, 0}, {0, 0, 0, 0},
  1560.             132, 111, 132, 111, 0, 0, 0, 0},
  1561.         HMStringResItem {                /* Add button */
  1562.             {0, 0}, {0, 0, 0, 0}, 
  1563.             132, 112, 132, 113, 0, 0, 0, 0},
  1564.         HMStringResItem {                /* Use HTTP helper instead of FTP helper for .html files checkbox */
  1565.             {6, 6}, {0, 0, 0, 0},
  1566.             132, 115, 0, 0, 132, 114, 0, 0},
  1567.     },
  1568. };
  1569.  
  1570. resource 'hdlg' (315, "Prefs authentication", purgeable) {
  1571.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1572.     HMSkipItem {},                        /* Missing items */
  1573.     {
  1574.         HMSkipItem{},                    
  1575.         HMSkipItem{},                    
  1576.         HMStringResItem {                /* Username field */
  1577.             {0, 0}, {0, 0, 0, 0},
  1578.             131, 30, 131, 30, 0, 0, 0, 0},
  1579.         HMSkipItem{},                    
  1580.         HMStringResItem {                /* Password field */
  1581.             {0, 0}, {0, 0, 0, 0},
  1582.             131, 31, 131, 31, 0, 0, 0, 0},
  1583.         HMStringResItem {                /* Save password checkbox */
  1584.             {6, 6}, {0, 0, 0, 0},
  1585.             131, 12, 0, 0, 131, 11, 0, 0},
  1586.         HMStringResItem {                /* Private groups checkbox */
  1587.             {6, 6}, {0, 0, 0, 0},
  1588.             132, 117, 0, 0, 132, 116, 0, 0},
  1589.         HMStringResItem {                /* Authenticate only when requested radio button */
  1590.             {6, 6}, {0, 0, 0, 0}, 
  1591.             132, 138, 0, 0, 132, 118, 0, 0},
  1592.         HMStringResItem {                /* Always authenticate radio button */
  1593.             {6, 6}, {0, 0, 0, 0}, 
  1594.             132, 139, 0, 0, 132, 119, 0, 0},
  1595.     },
  1596. };
  1597.  
  1598. resource 'hdlg' (316, "Prefs extracting binaries", purgeable) {
  1599.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1600.     HMSkipItem {},                        /* Missing items */
  1601.     {
  1602.         HMStringResItem {                /* Default folder for saving binaries checkbox */
  1603.             {6, 6}, {0, 0, 0, 0},
  1604.             132, 121, 0, 0, 132, 120, 0, 0},
  1605.         HMSkipItem{},                    
  1606.         HMSkipItem{},                    
  1607.         HMStringResItem {                /* Set default folder button */
  1608.             {0, 0}, {0, 0, 0, 0}, 
  1609.             132, 122, 132, 123, 0, 0, 0, 0},
  1610.         HMSkipItem{},                    
  1611.         HMSkipItem{},                    
  1612.         HMSkipItem{},                    
  1613.         HMStringResItem {                /* Set BinHex helper button */
  1614.             {0, 0}, {0, 0, 0, 0}, 
  1615.             132, 124, 0, 0, 0, 0, 0, 0},
  1616.         HMSkipItem{},                    
  1617.         HMSkipItem{},                    
  1618.         HMSkipItem{},                    
  1619.         HMStringResItem {                /* Set uudecode helper button */
  1620.             {0, 0}, {0, 0, 0, 0}, 
  1621.             132, 125, 0, 0, 0, 0, 0, 0},
  1622.     },
  1623. };
  1624.  
  1625. resource 'hdlg' (317, "Prefs miscellaneous options", purgeable) {
  1626.     HelpMgrVersion, 0, hmDefaultOptions, 0, 1,    /* header info */
  1627.     HMSkipItem {},                        /* Missing items */
  1628.     {
  1629.         HMStringResItem {                /* Rezoom windows checkbox */
  1630.             {6, 6}, {0, 0, 0, 0},
  1631.             132, 127, 0, 0, 132, 126, 0, 0},
  1632.         HMStringResItem {                /* Check for new groups at startup checkbox */
  1633.             {6, 6}, {0, 0, 0, 0},
  1634.             132, 129, 0, 0, 132, 128, 0, 0},
  1635.         HMStringResItem {                /* Are You Sure alert on posts checkbox */
  1636.             {6, 6}, {0, 0, 0, 0},
  1637.             132, 131, 0, 0, 132, 130, 0, 0},
  1638.         HMStringResItem {                /* Log actions to file checkbox */
  1639.             {6, 6}, {0, 0, 0, 0},
  1640.             132, 133, 0, 0, 132, 132, 0, 0},
  1641.         HMStringResItem {                /* Don't cover Finder icons checkbox */
  1642.             {6, 6}, {0, 0, 0, 0},
  1643.             132, 135, 0, 0, 132, 134, 0, 0},
  1644.         HMStringResItem {                /* Use Internet Config checkbox */
  1645.             {6, 6}, {0, 0, 0, 0},
  1646.             132, 137, 0, 0, 132, 136, 0, 0},
  1647.         HMStringResItem {                /* Hide MIME alternate parts checkbox */
  1648.             {6, 6}, {0, 0, 0, 0},
  1649.             132, 143, 0, 0, 132, 142, 0, 0},
  1650.     },
  1651. };
  1652.